nhooyr.io/websocket.Conn.writeHeaderBuf (field)
4 uses
nhooyr.io/websocket (current package)
conn.go#L70: writeHeaderBuf [8]byte
write.go#L297: _, err = io.ReadFull(rand.Reader, c.writeHeaderBuf[:4])
write.go#L301: c.writeHeader.maskKey = binary.LittleEndian.Uint32(c.writeHeaderBuf[:])
write.go#L309: err = writeFrameHeader(c.writeHeader, c.bw, c.writeHeaderBuf[:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |